From 54f47238cf56f4908211255f658dacbc2e923e74 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 10 Mar 2003 20:25:05 +0000 Subject: [PATCH] bitkeeper revision 1.117.1.1 (3e6cf4a1Meb6Z3BmTvAIiwKOVv1L8g) Add extra debugging printf details --- xen/net/dev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xen/net/dev.c b/xen/net/dev.c index f8f8fe70cf..352a3b1a56 100644 --- a/xen/net/dev.c +++ b/xen/net/dev.c @@ -1996,7 +1996,9 @@ long do_net_update(void) if (page->tot_count != 1) { - DPRINTK("An rx page must be mapped exactly once\n"); + DPRINTK("RX page mapped multple times (%d/%d/%08x)\n", + page->type_count, page->tot_count, page->flags); + goto rx_unmap_and_continue; } -- 2.30.2